home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Clinic / ScopeTestMainForm.dfm / ScopeTestMainForm.txt
Encoding:
Text File  |  2000-11-09  |  659 b   |  35 lines

  1. object MainForm: TMainForm
  2.   Left = 196
  3.   Top = 132
  4.   Width = 240
  5.   Height = 116
  6.   Caption = 'MainForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 16
  18.     Top = 16
  19.     Width = 201
  20.     Height = 25
  21.     Caption = 'Test not using with'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Button2: TButton
  26.     Left = 16
  27.     Top = 48
  28.     Width = 201
  29.     Height = 25
  30.     Caption = 'Test using with'
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34. end
  35.